*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:auto}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#8C8684;background-color:#F6F2F2;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.5rem}}.section-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,5vw,3.5rem);color:#B77A7A;margin-bottom:1.5rem;text-align:center;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);cursor:default;display:block;width:100%}.section-title:hover{color:#D6A3A1;animation:titlePulse 1.5s ease-in-out infinite;transform:scale(1.05)}@keyframes titlePulse{0%,100%{transform:scale(1.05)}50%{transform:scale(1.08)}}.section-subtitle{font-size:1.125rem;text-align:center;max-width:800px;margin:0 auto 3rem;color:#8C8684;transition:all 0.3s ease}.section-subtitle:hover{color:#B77A7A;transform:scale(1.02)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all 0.4s cubic-bezier(0.4,0,0.2,1)}.header__content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;transition:padding 0.4s ease}.header__logo{display:flex;align-items:center;text-decoration:none;transition:transform 0.3s ease}.header__logo:hover{transform:translateY(-2px)}.header__logo-image{height:45px;width:auto;object-fit:contain;transition:height 0.4s ease}.header.scrolled{background-color:rgba(246,242,242,0.95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(183,122,122,0.1)}.header.scrolled .header__content{padding:0.75rem 0}.header.scrolled .header__logo-image{height:35px}@media (max-width:768px){.nav{position:fixed;top:0;right:-100%;width:80%;height:100vh;background-color:#F6F2F2;padding:6rem 2rem 2rem;transition:right 0.4s ease;box-shadow:-5px 0 20px rgba(0,0,0,0.1)}.nav.active{right:0}}.nav__list{display:flex;gap:2.5rem;list-style:none}@media (max-width:768px){.nav__list{flex-direction:column;gap:1.5rem}}.nav__link{font-size:0.95rem;color:#4a4a4a;text-decoration:none;letter-spacing:0.05em;text-transform:uppercase;transition:color 0.3s ease;position:relative;text-shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.08)}.nav__link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#D6A3A1;transition:width 0.3s ease}.nav__link:hover{color:#B77A7A;text-shadow:0 2px 6px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.1)}.nav__link:hover::after{width:100%}@media (max-width:768px){.nav__link{font-size:1.25rem}}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem;z-index:1001}@media (max-width:768px){.nav-toggle{display:flex}}.nav-toggle span{width:25px;height:2px;background-color:#B77A7A;transition:all 0.3s ease;transform-origin:center}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#F6F2F2 0%,#E2D6CF 100%);position:relative;overflow:hidden;--hero-light-x:50%;--hero-light-y:50%;--hero-light-intensity:0}.hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(180deg,transparent 0%,#E2D6CF 100%);z-index:1;pointer-events:none}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at var(--hero-light-x) var(--hero-light-y),rgba(246,242,242,0) 0px,rgba(246,242,242,0) 140px,rgba(246,242,242,0.18) 230px,rgba(246,242,242,0.7) 340px);opacity:calc(0.5 * var(--hero-light-intensity));pointer-events:none;transition:opacity 0.4s ease-out;z-index:1}.hero__particles{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.hero__particles .hero__particle{position:absolute;width:3px;height:3px;border-radius:999px;background:rgba(183,122,122,0.55);box-shadow:0 0 10px rgba(183,122,122,0.8);opacity:0;animation:heroParticleFloat 14s linear infinite;animation-delay:var(--delay,0s);transform:translate3d(0,100%,0)}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0.75;filter:grayscale(10%) brightness(1.05)}@media (max-width:768px){.hero__image img{object-position:center 35%}}.hero__image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,0.32) 0%,rgba(255,255,255,0.28) 100%);z-index:1}.hero__content{position:relative;z-index:2;padding:8rem 2rem 4rem}@media (max-width:768px){.hero__content{padding:6rem 1.5rem 3rem}}.hero__title{font-family:"Playfair Display",serif;display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1rem}.hero__title-main{font-size:clamp(4rem,10vw,8rem);font-weight:600;color:#B77A7A;letter-spacing:0.15em;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.15)}.hero__title-sub{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#4a4a4a;letter-spacing:0.1em;text-shadow:0 2px 8px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.12)}.hero__subtitle{font-size:1rem;color:#4a4a4a;letter-spacing:0.1em;margin-bottom:1.5rem;font-style:italic;text-shadow:0 1px 6px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.1)}.hero__tagline{font-size:1.25rem;color:#B77A7A;margin-bottom:2.5rem;font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.1)}@keyframes heroParticleFloat{0%{opacity:0;transform:translate3d(0,100%,0)}15%{opacity:1}85%{opacity:1}100%{opacity:0;transform:translate3d(var(--drift-x,0px),-20%,0)}}.btn{display:inline-block;padding:1rem 2.5rem;border:none;border-radius:0;font-size:0.95rem;font-weight:500;letter-spacing:0.1em;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease}.btn--primary{background-color:#D6A3A1;color:white;position:relative;overflow:hidden}.btn--primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transition:left 0.5s ease}.btn--primary:hover{background-color:#B77A7A;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px rgba(183,122,122,0.4)}.btn--primary:hover::before{left:100%}.btn--primary:active{transform:translateY(-1px) scale(0.98)}.btn--secondary{background-color:transparent;color:#B77A7A;border:2px solid #B77A7A;border:2px solid #B77A7A}.btn--secondary:hover{background-color:#B77A7A;color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(183,122,122,0.3)}.btn--secondary:hover{background-color:#B77A7A;color:white}section{padding:6rem 0}@media (max-width:768px){section{padding:4rem 0}}.about{background-color:white;position:relative;overflow:hidden}.about__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.about__image img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0.4;filter:grayscale(10%) brightness(1.1)}.about__image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,0.6) 0%,rgba(246,242,242,0.5) 100%);z-index:1}.about__content{position:relative;z-index:2;max-width:900px;margin:0 auto}.about__text{font-size:1.125rem;line-height:1.8;color:#8C8684}.about__text p{margin-bottom:1.5rem}.team{background-color:#E2D6CF;padding:4rem 0}.team__carousel{position:relative;margin-top:3rem}@media (min-width:769px){.team__carousel{display:none}}@media (min-width:769px){.team__carousel--mobile{display:none}}.team__mosaic{display:none}@media (min-width:769px){.team__mosaic{display:flex!important;flex-direction:column;gap:2rem;margin-top:3rem;width:100%;visibility:visible!important}.team__mosaic .team-mosaic-card--founder{order:-1;flex-shrink:0}}@media (min-width:1024px){.team__mosaic{gap:2.5rem}}@media (min-width:769px){.team__mosaic--desktop{display:flex!important}}@media (max-width:768px){.team__mosaic--desktop{display:none}}.team__mosaic-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}@media (min-width:1024px){.team__mosaic-row{gap:2.5rem}}@media (max-width:768px){.team__mosaic-row{display:none}}.team__track{overflow:hidden;margin:0 4rem}@media (max-width:768px){.team__track{margin:0;-webkit-overflow-scrolling:touch;cursor:grab}.team__track:active{cursor:grabbing}}@media (min-width:769px){.team__track{margin:0 auto;max-width:1200px}}.team__grid{display:flex;gap:2rem;transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}@media (max-width:768px){.team__grid{gap:1.5rem;scroll-snap-type:x mandatory}}@media (min-width:769px){.team__grid{gap:0}}.team__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(246,242,242,0.3);border:1.5px solid rgba(183,122,122,0.3);color:#B77A7A;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:all 0.3s ease;padding:0;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.team__arrow svg{width:24px;height:24px;pointer-events:none;opacity:0.7}.team__arrow:hover:not(:disabled){background-color:rgba(246,242,242,0.5);border-color:rgba(183,122,122,0.5);transform:translateY(-50%) scale(1.1)}.team__arrow:hover:not(:disabled) svg{opacity:1}.team__arrow:active:not(:disabled){transform:translateY(-50%) scale(0.95)}.team__arrow--prev{left:-70px}@media (max-width:768px){.team__arrow--prev{left:-10px}}.team__arrow--next{right:-70px}@media (max-width:768px){.team__arrow--next{right:-10px}}.team__arrow:disabled{opacity:0.2;cursor:not-allowed;pointer-events:none}.team__arrow:disabled:hover{transform:translateY(-50%)}@media (max-width:768px){.team__arrow{display:none}}.team-card{background-color:#F6F2F2;padding:0;transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;min-width:0}@media (max-width:768px){.team-card{flex:0 0 calc(100% - 0.75rem);scroll-snap-align:start;padding:0.75rem}.team-card .team-card__image{aspect-ratio:4/3;margin-bottom:0.5rem}.team-card .team-card__info{text-align:center;padding:0}.team-card .team-card__name{font-size:1.1rem;margin-bottom:0.5rem}.team-card .team-card__role{font-size:0.9rem;margin-bottom:0.25rem}.team-card .team-card__title{font-size:0.85rem;margin-bottom:0.5rem}.team-card .team-card__bio{font-size:0.85rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media (min-width:769px){.team-card{flex:0 0 100%;flex-direction:row;min-height:500px;max-width:1200px;margin:0 auto}.team-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 60px rgba(183,122,122,0.25)}.team-card:hover .team-card__name{color:#D6A3A1;transform:scale(1.05)}.team-card:hover .team-card__image img{transform:scale(1.05)}}.team-card__image{position:relative;width:100%;overflow:hidden;background-color:white}@media (min-width:769px){.team-card__image{width:40%;aspect-ratio:3/4;height:100%}}.team-card__image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)}.team-card__info{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width:769px){.team-card__info{width:60%;padding:3rem;text-align:left}}.team-card__name{font-family:"Playfair Display",serif;font-size:1.75rem;color:#B77A7A;margin-bottom:0.75rem;line-height:1.3}@media (min-width:769px){.team-card__name{font-size:2rem}}.team-card__role{font-size:1.1rem;color:#D6A3A1;margin-bottom:0.5rem;font-weight:500}@media (min-width:769px){.team-card__role{font-size:1.2rem}}.team-card__title{font-size:1rem;color:#8C8684;margin-bottom:1.5rem;font-style:italic}@media (min-width:769px){.team-card__title{font-size:1.1rem;margin-bottom:2rem}}.team-card__bio{font-size:1rem;line-height:1.8;color:#8C8684}@media (min-width:769px){.team-card__bio{font-size:1.05rem;line-height:1.85}}@media (min-width:769px){.team-card--mobile{display:none}}.team-mosaic-card{perspective:1000px;height:100%;min-height:450px;display:block!important;width:100%;visibility:visible!important;opacity:0;transform:translateY(30px);animation:slideInUp 0.6s ease-out forwards}@media (max-width:768px){.team-mosaic-card{display:none!important}}@media (min-width:769px){.team-mosaic-card{display:block!important;visibility:visible!important}}.team-mosaic-card:nth-child(1){animation-delay:0.1s}.team-mosaic-card:nth-child(2){animation-delay:0.3s}.team-mosaic-card:nth-child(3){animation-delay:0.5s}.team-mosaic-card:nth-child(4){animation-delay:0.7s}.team-mosaic-card--founder{width:100%!important;min-height:400px!important;max-height:500px!important;height:450px!important;margin-bottom:2rem!important;display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;animation:none!important;order:-1!important;flex-shrink:0!important;position:relative!important;z-index:10!important;background-color:#E2D6CF!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(183,122,122,0.15)!important}@media (min-width:1024px){.team-mosaic-card--founder{margin-bottom:2.5rem!important;height:500px!important}}.team-mosaic-card--founder .team-mosaic-card__inner{flex-direction:row!important;height:100%!important;width:100%!important;display:flex!important}.team-mosaic-card--founder .team-mosaic-card__front,.team-mosaic-card--founder .team-mosaic-card__back{display:flex!important;flex-direction:row!important;height:100%!important;width:100%!important}.team-mosaic-card--founder .team-mosaic-card__image-wrapper{width:40%;height:100%}.team-mosaic-card--founder .team-mosaic-card__image-wrapper--horizontal{width:40%;height:100%}.team-mosaic-card--founder .team-mosaic-card__content{width:60%;height:100%;padding:3rem;justify-content:center}.team-mosaic-card--founder .team-mosaic-card__content--horizontal{width:60%;height:100%;padding:3rem;justify-content:center}.team-mosaic-card--founder .team-mosaic-card__name{font-size:2.5rem}.team-mosaic-card--founder .team-mosaic-card__name--founder{font-size:2.5rem}.team-mosaic-card--founder .team-mosaic-card__role{font-size:1.3rem}.team-mosaic-card--founder .team-mosaic-card__title{font-size:1.1rem}.team-mosaic-card--founder .team-mosaic-card__bio{font-size:1rem;line-height:1.8}.team-mosaic-card--founder:hover .team-mosaic-card__inner{transform:rotateY(180deg)}.team-mosaic-card--founder .team-mosaic-card__front{transform:rotateY(0deg)}.team-mosaic-card--founder .team-mosaic-card__back{transform:rotateY(180deg);display:flex;flex-direction:row}.team-mosaic-card--founder .team-mosaic-card__back--horizontal{display:flex;flex-direction:row}.team__mosaic-row .team-mosaic-card{min-height:550px;height:550px}@media (min-width:1024px){.team__mosaic-row .team-mosaic-card{min-height:600px;height:600px}}.team__mosaic-row .team-mosaic-card__front{display:flex!important;flex-direction:column!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__image-wrapper{height:calc(100% - 110px)!important;flex:1!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__image-wrapper img{object-fit:cover!important;object-position:center center!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__image-wrapper .team-mosaic-card__overlay{display:none!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__content{height:110px!important;min-height:110px!important;max-height:110px!important;padding:1.25rem 1.5rem!important;background:linear-gradient(to top,#f6f2f2 0%,rgba(246,242,242,0.98) 100%)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin-top:auto!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__content .team-mosaic-card__name{margin-bottom:0.35rem!important;font-size:1.4rem!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__content .team-mosaic-card__role{margin-bottom:0!important;font-size:0.95rem!important}.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__content .team-mosaic-card__title,.team__mosaic-row .team-mosaic-card__front .team-mosaic-card__content .team-mosaic-card__bio{display:none!important}.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__image-wrapper{height:55%!important}.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__content{height:45%!important;padding:2rem 1.5rem!important}.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__content .team-mosaic-card__name,.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__content .team-mosaic-card__role{display:none!important}.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__content .team-mosaic-card__title{margin-bottom:1rem!important}.team__mosaic-row .team-mosaic-card__back .team-mosaic-card__content .team-mosaic-card__bio{flex:1;margin-bottom:1.5rem!important}.team-mosaic-card__inner{position:relative;width:100%;height:100%;transition:transform 0.8s cubic-bezier(0.4,0,0.2,1);transform-style:preserve-3d;cursor:pointer}.team-mosaic-card:hover .team-mosaic-card__inner{transform:rotateY(180deg)}.team-mosaic-card__front,.team-mosaic-card__back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(183,122,122,0.15);background-color:#F6F2F2;transition:box-shadow 0.3s ease}.team-mosaic-card__front{transform:rotateY(0deg);z-index:2}.team-mosaic-card__back{transform:rotateY(180deg);display:flex;flex-direction:column}.team-mosaic-card__image-wrapper{position:relative;width:100%;height:60%;overflow:hidden}.team-mosaic-card__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1)}.team-mosaic-card:hover .team-mosaic-card__image-wrapper img{transform:scale(1.1)}.team-mosaic-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.6) 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem}.team-mosaic-card__label{background-color:rgba(183,122,122,0.9);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;backdrop-filter:blur(10px)}.team-mosaic-card__content{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:40%;overflow-y:auto}.team-mosaic-card__content--back{height:auto;flex:1;overflow-y:auto}.team-mosaic-card__name{font-family:"Playfair Display",serif;font-size:1.5rem;color:#B77A7A;margin-bottom:0.5rem;line-height:1.3}.team-mosaic-card__role{font-size:1rem;color:#D6A3A1;margin-bottom:0.75rem;font-weight:500}.team-mosaic-card__title{font-size:0.95rem;color:#8C8684;margin-bottom:1rem;font-style:italic}.team-mosaic-card__bio{font-size:0.95rem;line-height:1.8;color:#8C8684;margin-bottom:1.5rem;flex:1;overflow-y:auto}.team-mosaic-card__btn{padding:0.75rem 1.5rem;background-color:#B77A7A;color:white;border:none;border-radius:8px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:0.5px;margin-top:auto}.team-mosaic-card__btn:hover{background-color:#D6A3A1;transform:translateY(-2px);box-shadow:0 5px 15px rgba(183,122,122,0.3)}.team-mosaic-card__btn:active{transform:translateY(0)}.team-mosaic-card:nth-child(even) .team-mosaic-card__inner{transition:transform 0.8s cubic-bezier(0.4,0,0.2,1)}.team-mosaic-card:nth-child(even):hover .team-mosaic-card__inner{transform:rotateX(180deg)}.team-mosaic-card:nth-child(even) .team-mosaic-card__front{transform:rotateX(0deg)}.team-mosaic-card:nth-child(even) .team-mosaic-card__back{transform:rotateX(180deg)}.services{background-color:white;background-image:radial-gradient(circle at 0 0,rgba(231,219,210,0.45),transparent 58%),radial-gradient(circle at 100% 100%,rgba(246,242,242,0.9),transparent 55%),repeating-linear-gradient(-45deg,rgba(255,255,255,0.6),rgba(255,255,255,0.6) 2px,rgba(246,242,242,0.9) 2px,rgba(246,242,242,0.9) 6px);background-size:600px 600px,500px 500px,auto}.services .section-title{margin-bottom:0.75rem}.services .section-subtitle{margin-bottom:3rem}.services__list{display:flex;flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto}.service-card{background-color:#ffffff;border-radius:12px;border:1px solid rgba(183,122,122,0.18);overflow:hidden;transform-origin:center;transition:box-shadow 0.25s ease,border-color 0.25s ease,background-color 0.25s ease}.service-card__header{width:100%;border:none;background:transparent;padding:1.25rem 1.75rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;gap:1.5rem}@media (max-width:768px){.service-card__header{padding:1.25rem 1.25rem}}.service-card__header-text{display:flex;align-items:center;gap:0.75rem}.service-card__index{font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.18em;color:#D6A3A1}.service-card__title{font-family:"Playfair Display",serif;font-size:1.1rem;color:#B77A7A}@media (min-width:1024px){.service-card__title{font-size:1.25rem}}.service-card__toggle{width:32px;height:32px;border-radius:999px;border:1px solid rgba(183,122,122,0.45);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background:rgba(246,242,242,0.9);transition:background 0.25s ease,border-color 0.25s ease,transform 0.25s ease}.service-card__toggle-line{position:absolute;background-color:#B77A7A;border-radius:999px;transition:transform 0.25s ease,opacity 0.25s ease}.service-card__toggle-line--horizontal{width:14px;height:2px}.service-card__toggle-line--vertical{width:2px;height:14px}.service-card__body{max-height:0;opacity:0;overflow:hidden;transition:max-height 0.35s ease,opacity 0.3s ease,padding 0.3s ease}.service-card__content{padding:0 1.75rem 1.75rem;border-top:1px solid rgba(183,122,122,0.1)}@media (max-width:768px){.service-card__content{padding:0 1.25rem 1.5rem}}.service-card__description{font-size:0.95rem;color:#8C8684;line-height:1.8}.service-card__description br + br{margin-top:0.5rem}.service-card--active{box-shadow:0 10px 25px rgba(183,122,122,0.18);border-color:rgba(183,122,122,0.4)}.service-card--active .service-card__body{max-height:800px;opacity:1;padding-top:1.75rem}.service-card--active .service-card__toggle{background:#B77A7A;border-color:#B77A7A;transform:rotate(180deg)}.service-card--active .service-card__toggle-line--vertical{opacity:0}.service-card--active .service-card__title{color:#B77A7A}.service-item{padding:1.5rem 0}.service-item:first-child{padding-top:1.75rem}.service-item:last-child{padding-bottom:1.75rem}.service-item__title{font-family:"Playfair Display",serif;font-size:1.15rem;color:#B77A7A;margin-bottom:0.5rem;font-weight:600}.service-item__description{font-size:0.95rem;color:#8C8684;line-height:1.8;margin:0}.service-item__separator{height:1px;background:linear-gradient(to right,transparent 0%,rgba(183,122,122,0.2) 20%,rgba(183,122,122,0.2) 80%,transparent 100%);margin:1.25rem 0}.service-item:hover{box-shadow:0 12px 30px rgba(183,122,122,0.15);border-color:rgba(183,122,122,0.35)}.results{background-color:white;padding:4rem 0}.results__carousel{position:relative;margin-top:3rem}.results__track{overflow:hidden;margin:0 4rem}@media (max-width:768px){.results__track{margin:0;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none}.results__track:active{cursor:grabbing}}.results__grid{display:flex;gap:2rem;transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}@media (max-width:768px){.results__grid{gap:1.5rem;scroll-snap-type:x mandatory}}.results__arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#F6F2F2;border:2px solid #B77A7A;color:#B77A7A;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:all 0.3s ease;padding:0;pointer-events:auto;border:none}.results__arrow svg{width:24px;height:24px;pointer-events:none}.results__arrow:hover:not(:disabled){background-color:#B77A7A;color:#F6F2F2;transform:translateY(-50%) scale(1.1)}.results__arrow:active:not(:disabled){transform:translateY(-50%) scale(0.95)}.results__arrow--prev{left:0}.results__arrow--next{right:0}.results__arrow:disabled{opacity:0.3;cursor:not-allowed;pointer-events:none}.results__arrow:disabled:hover{transform:translateY(-50%);background-color:#F6F2F2;color:#B77A7A}@media (max-width:768px){.results__arrow{display:none}}.result-card{background-color:#F6F2F2;padding:0.75rem;flex:0 0 calc(33.333% - 1.34rem);min-width:0;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}.result-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(214,163,161,0.05) 0%,rgba(183,122,122,0.05) 100%);opacity:0;transition:opacity 0.4s ease;z-index:0}.result-card>*{position:relative;z-index:1}@media (max-width:768px){.result-card{flex:0 0 calc(100% - 0.75rem);scroll-snap-align:start;padding:0.75rem}}@media (min-width:769px){.result-card{flex:0 0 calc(33.333% - 1.34rem)}}.result-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 50px rgba(183,122,122,0.2)}.result-card:hover::before{opacity:1}.result-card:hover .result-card__title{color:#D6A3A1;transform:scale(1.05)}.result-card:hover .result-card__image img{transform:scale(1.08)}.result-card__images{display:grid;grid-template-columns:1fr 1fr;gap:0.3rem;margin-bottom:0.5rem}.result-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background-color:white;cursor:pointer}.result-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)}.result-card__image--before:hover img,.result-card__image--after:hover img{transform:scale(1.05)}.result-card__label{position:absolute;bottom:0.4rem;background-color:rgba(0,0,0,0.7);color:white;padding:0.15rem 0.5rem;border-radius:3px;font-size:0.6rem;font-weight:600;text-transform:uppercase;letter-spacing:0.3px}.result-card__image--before .result-card__label{left:0.4rem;right:auto}.result-card__image--after .result-card__label{right:0.4rem;left:auto}.result-card__title{font-family:"Playfair Display",serif;font-size:1.1rem;color:#B77A7A;margin-bottom:0.5rem;text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:all 0.3s ease}.result-card__info{font-size:0.9rem;line-height:1.7}.result-card__info p{margin-bottom:0.75rem}.result-card__info p strong{color:#B77A7A}.result-card:hover .result-card__image img{transform:scale(1.05)}@media (min-width:769px){.result-card--mobile{display:none}}.mosaic-card{perspective:1000px;height:100%;min-height:400px;opacity:0;transform:translateY(30px);animation:slideInUp 0.6s ease-out forwards}@media (max-width:768px){.mosaic-card{display:none}}.mosaic-card:nth-child(3n+1){grid-row:span 1}.mosaic-card:nth-child(3n+2){grid-row:span 1}.mosaic-card:nth-child(3n+3){grid-row:span 1}.mosaic-card:nth-child(1){animation-delay:0.1s}.mosaic-card:nth-child(2){animation-delay:0.2s}.mosaic-card:nth-child(3){animation-delay:0.3s}.mosaic-card:nth-child(4){animation-delay:0.4s}.mosaic-card:nth-child(5){animation-delay:0.5s}.mosaic-card:nth-child(6){animation-delay:0.6s}.mosaic-card:nth-child(7){animation-delay:0.7s}.mosaic-card:nth-child(8){animation-delay:0.8s}.mosaic-card:nth-child(9){animation-delay:0.9s}.mosaic-card:nth-child(10){animation-delay:1.0s}.mosaic-card:nth-child(11){animation-delay:1.1s}.mosaic-card:nth-child(12){animation-delay:1.2s}.mosaic-card__inner{position:relative;width:100%;height:100%;transition:transform 0.8s cubic-bezier(0.4,0,0.2,1);transform-style:preserve-3d;cursor:pointer}.mosaic-card:hover .mosaic-card__inner{transform:rotateY(180deg)}.mosaic-card__front,.mosaic-card__back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(183,122,122,0.15);background-color:#F6F2F2;transition:box-shadow 0.3s ease}.mosaic-card__front{transform:rotateY(0deg);z-index:2}.mosaic-card__back{transform:rotateY(180deg);display:flex;flex-direction:column}.mosaic-card__image-wrapper{position:relative;width:100%;height:60%;overflow:hidden}.mosaic-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1)}.mosaic-card:hover .mosaic-card__image-wrapper img{transform:scale(1.1)}.mosaic-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem}.mosaic-card__label{background-color:rgba(183,122,122,0.9);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;backdrop-filter:blur(10px)}.mosaic-card__content{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:40%}.mosaic-card__title{font-family:"Playfair Display",serif;font-size:1.25rem;color:#B77A7A;margin-bottom:0.5rem;line-height:1.3}.mosaic-card__subtitle{font-size:0.875rem;color:#8C8684;font-style:italic}.mosaic-card__info{margin-top:auto}.mosaic-card__info p{font-size:0.9rem;line-height:1.6;color:#8C8684;margin-bottom:1rem}.mosaic-card__info p strong{color:#B77A7A}.mosaic-card__actions{display:flex;gap:0.75rem;margin-top:1rem}.mosaic-card__btn{flex:1;padding:0.75rem 1rem;background-color:#B77A7A;color:white;border:none;border-radius:8px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:0.5px}.mosaic-card__btn:hover{background-color:#D6A3A1;transform:translateY(-2px);box-shadow:0 5px 15px rgba(183,122,122,0.3)}.mosaic-card__btn:active{transform:translateY(0)}.mosaic-card:nth-child(even) .mosaic-card__inner{transition:transform 0.8s cubic-bezier(0.4,0,0.2,1)}.mosaic-card:nth-child(even):hover .mosaic-card__inner{transform:rotateX(180deg)}.mosaic-card:nth-child(even) .mosaic-card__front{transform:rotateX(0deg)}.mosaic-card:nth-child(even) .mosaic-card__back{transform:rotateX(180deg)}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact{background-color:#f1ece8;background-image:radial-gradient(circle at 0 0,rgba(214,163,161,0.12),transparent 55%),radial-gradient(circle at 100% 100%,rgba(198,174,150,0.14),transparent 55%),repeating-linear-gradient(-45deg,rgba(246,242,242,0.22),rgba(246,242,242,0.22) 2px,rgba(226,214,207,0.28) 2px,rgba(226,214,207,0.28) 6px);background-size:520px 520px,520px 520px,auto}.contact__content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}@media (max-width:768px){.contact__content{grid-template-columns:1fr;gap:2rem}}.contact__info p{font-size:1.125rem;line-height:1.8;color:#8C8684;margin-bottom:2rem}.contact__form{background-color:transparent;padding:2.5rem}@media (max-width:768px){.contact__form{padding:1.5rem}}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #E2D6CF;background-color:#F6F2F2;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#8C8684;transition:all 0.3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(140,134,132,0.5);transition:opacity 0.3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#D6A3A1;transform:translateY(-2px);box-shadow:0 4px 15px rgba(214,163,161,0.2)}.form-group input:focus::placeholder,.form-group textarea:focus::placeholder{opacity:0.3}.form-group input:hover:not(:focus),.form-group textarea:hover:not(:focus){border-color:rgba(214,163,161,0.5)}.form-group textarea{resize:vertical}.footer{background-color:#8C8684;color:#F6F2F2;padding:3rem 0;position:relative;overflow:hidden}.footer__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.footer__image img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0.3;filter:grayscale(20%) brightness(0.9)}.footer__image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(140,134,132,0.7) 0%,rgba(140,134,132,0.8) 100%);z-index:1}.footer__content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.footer__content{flex-direction:column;text-align:center;gap:1.5rem}}.footer__logo{font-family:"Playfair Display",serif;font-size:2rem;margin-bottom:0.5rem}.footer__tagline{font-size:0.9rem;opacity:0.8}.footer__social{display:flex;gap:1.5rem;align-items:center}@media (max-width:768px){.footer__social{justify-content:center}}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#F6F2F2;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);opacity:0.8;border-radius:50%;position:relative}.footer__social-link::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:all 0.4s ease}.footer__social-link svg{width:24px;height:24px;position:relative;z-index:1;transition:transform 0.3s ease}.footer__social-link:hover{opacity:1;transform:translateY(-5px) scale(1.15)}.footer__social-link:hover::before{width:100%;height:100%}.footer__social-link:hover svg{transform:rotate(10deg) scale(1.1)}.footer__social-link:active{transform:translateY(-2px) scale(1.1)}.footer__info{text-align:right}@media (max-width:768px){.footer__info{text-align:center}}.footer__info p{font-size:0.9rem;opacity:0.8}.portfolio-notice{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:2000}.portfolio-notice--visible{display:flex}.portfolio-notice__overlay{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(0,0,0,0.45),rgba(0,0,0,0.8));backdrop-filter:blur(4px)}.portfolio-notice__dialog{position:relative;max-width:520px;width:90%;margin:0 auto;z-index:1}.portfolio-notice__content{background:linear-gradient(135deg,rgba(246,242,242,0.98),rgba(226,214,207,0.98));border-radius:18px;padding:2.25rem 2rem 2rem;box-shadow:0 24px 70px rgba(0,0,0,0.28);border:1px solid rgba(183,122,122,0.35);text-align:center;position:relative;overflow:hidden}.portfolio-notice__content::before{content:'';position:absolute;inset:-40%;background:radial-gradient(circle at 0 0,rgba(183,122,122,0.16),transparent 60%),radial-gradient(circle at 100% 100%,rgba(214,163,161,0.15),transparent 60%);opacity:0.9;pointer-events:none}.portfolio-notice__content>*{position:relative;z-index:1}.portfolio-notice__title{font-family:"Playfair Display",serif;font-size:1.4rem;color:#B77A7A;margin-bottom:1rem}.portfolio-notice__text{font-size:0.98rem;line-height:1.7;color:#8C8684;margin-bottom:1.75rem}.portfolio-notice__button{width:100%;text-align:center}@media (max-width:768px){.portfolio-notice__content{padding:1.75rem 1.5rem 1.5rem}.portfolio-notice__title{font-size:1.25rem}.portfolio-notice__text{font-size:0.95rem}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#D6A3A1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 4px 20px rgba(183,122,122,0.4);opacity:0.4;transition:all 0.3s ease;z-index:999}.whatsapp-float svg{width:32px;height:32px}.whatsapp-float:hover{transform:scale(1.1) translateY(-2px);background-color:#B77A7A;box-shadow:0 6px 30px rgba(183,122,122,0.6);opacity:1}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.95);z-index:10000;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.lightbox.active{display:flex;opacity:1}.lightbox__close{position:absolute;top:2rem;right:2rem;width:50px;height:50px;background-color:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.3);border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;z-index:10001}.lightbox__close svg{width:24px;height:24px}.lightbox__close:hover{background-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);transform:rotate(90deg)}@media (max-width:768px){.lightbox__close{top:1rem;right:1rem;width:40px;height:40px}.lightbox__close svg{width:20px;height:20px}}.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background-color:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.3);border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;z-index:10001}.lightbox__prev svg,.lightbox__next svg{width:28px;height:28px}.lightbox__prev:hover,.lightbox__next:hover{background-color:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);transform:translateY(-50%) scale(1.1)}.lightbox__prev:disabled,.lightbox__next:disabled{opacity:0.3;cursor:not-allowed}.lightbox__prev:disabled:hover,.lightbox__next:disabled:hover{transform:translateY(-50%)}@media (max-width:768px){.lightbox__prev,.lightbox__next{width:50px;height:50px}.lightbox__prev svg,.lightbox__next svg{width:24px;height:24px}}.lightbox__prev{left:2rem}@media (max-width:768px){.lightbox__prev{left:1rem}}.lightbox__next{right:2rem}@media (max-width:768px){.lightbox__next{right:1rem}}.lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:2rem}.lightbox__image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,0.5);animation:lightboxFadeIn 0.3s ease}.lightbox__info{text-align:center;color:white}.lightbox__title{font-family:"Playfair Display",serif;font-size:1.5rem;color:white;margin-bottom:0.5rem}@media (max-width:768px){.lightbox__title{font-size:1.2rem}}.lightbox__label{font-size:0.9rem;color:rgba(255,255,255,0.8);text-transform:uppercase;letter-spacing:1px;font-weight:600}@keyframes lightboxFadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.team-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,0.92) 0%,rgba(0,0,0,0.96) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10000;align-items:center;justify-content:center;opacity:0;transition:opacity 0.4s cubic-bezier(0.4,0,0.2,1);overflow-y:auto;padding:2rem}.team-modal.active{display:flex;opacity:1}.team-modal__close{position:absolute;top:2rem;right:2rem;width:52px;height:52px;background:linear-gradient(135deg,rgba(255,255,255,0.12) 0%,rgba(255,255,255,0.08) 100%);border:1.5px solid rgba(255,255,255,0.2);border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);z-index:10001;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.team-modal__close svg{width:22px;height:22px;stroke-width:2.5}.team-modal__close:hover{background:linear-gradient(135deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.15) 100%);border-color:rgba(255,255,255,0.4);transform:rotate(90deg) scale(1.05);box-shadow:0 4px 20px rgba(255,255,255,0.1)}@media (max-width:768px){.team-modal__close{top:1rem;right:1rem;width:44px;height:44px}.team-modal__close svg{width:20px;height:20px}}.team-modal__content{position:relative;max-width:1000px;width:100%;background:linear-gradient(135deg,#F6F2F2 0%,#faf8f8 100%);border-radius:20px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,0.6),0 0 0 1px rgba(255,255,255,0.05) inset;animation:teamModalFadeIn 0.5s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;border:1px solid rgba(214,163,161,0.1)}@media (min-width:769px){.team-modal__content{flex-direction:row;max-height:85vh;border-radius:24px}}@media (max-width:768px){.team-modal__content{max-width:100%;margin:1rem;border-radius:16px}}.team-modal__image-container{width:100%;aspect-ratio:3/4;overflow:hidden;background:linear-gradient(135deg,#f8f5f3 0%,#f0ebe6 100%);position:relative}.team-modal__image-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(214,163,161,0.03) 0%,transparent 50%);z-index:1;pointer-events:none}@media (min-width:769px){.team-modal__image-container{width:42%;aspect-ratio:auto;height:100%}}.team-modal__image-container img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 0.6s cubic-bezier(0.4,0,0.2,1);filter:brightness(1.02) contrast(1.02)}.team-modal__image-container:hover img{transform:scale(1.02)}.team-modal__info{padding:3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;background:linear-gradient(180deg,#F6F2F2 0%,#f8f5f5 100%)}.team-modal__info::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(214,163,161,0.2) 50%,transparent 100%)}@media (min-width:769px){.team-modal__info::before{display:none}}@media (max-width:768px){.team-modal__info{padding:2rem 1.5rem}}@media (min-width:769px){.team-modal__info{padding:4rem 3.5rem}}.team-modal__name{font-family:"Playfair Display",serif;font-size:2.5rem;color:#B77A7A;margin-bottom:0.5rem;font-weight:600;letter-spacing:-0.02em;line-height:1.2}@media (max-width:768px){.team-modal__name{font-size:1.75rem}}.team-modal__role{font-size:1.15rem;color:#D6A3A1;margin-bottom:0.75rem;font-weight:500;letter-spacing:0.01em;text-transform:none}.team-modal__title{font-size:1.05rem;color:#989391;margin-bottom:2rem;font-style:italic;font-weight:400;position:relative;padding-bottom:1.5rem}.team-modal__title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:2px;background:linear-gradient(90deg,#D6A3A1 0%,transparent 100%);border-radius:2px}.team-modal__bio{font-size:1.05rem;line-height:1.85;color:#8C8684;font-weight:400;letter-spacing:0.01em}@keyframes teamModalFadeIn{from{opacity:0;transform:scale(0.96) translateY(30px);filter:blur(4px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}.swipe-hint{display:none;text-align:center;font-size:0.9rem;color:#8C8684;margin-top:1rem;margin-bottom:1.5rem;font-style:italic;opacity:0.7;animation:swipeHintPulse 2s ease-in-out infinite}@media (max-width:768px){.swipe-hint{display:block}}.swipe-hint--results{margin-bottom:2rem}.swipe-hint--team{margin-bottom:2rem}@keyframes swipeHintPulse{0%,100%{opacity:0.7}50%{opacity:1}}