.stamp-team-hero{justify-content:center;align-items:center;height:60vh;min-height:450px;display:flex;position:relative;overflow:hidden}.stamp-team-hero__image-container{z-index:0;position:absolute;inset:0}.stamp-team-hero__image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.stamp-team-hero__overlay{z-index:1;background:linear-gradient(#1a1c20cc,#1a1c2099,#1a1c20cc);position:absolute;inset:0}.stamp-team-hero__content{z-index:2;width:100%;padding:6rem 2rem;position:relative}.stamp-team-hero__container{text-align:center;max-width:1100px;margin:0 auto}.stamp-team-hero__badge{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.stamp-team-hero__badge-line{background:var(--stamp-gold);width:50px;height:2px}.stamp-team-hero__badge-text{color:var(--stamp-gold);letter-spacing:.2rem;text-transform:uppercase;font-size:.8rem;font-weight:600}.stamp-team-hero__title{font-family:var(--stamp-font-heading);color:var(--stamp-white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.stamp-team-hero__subtitle{color:#ffffffe6;max-width:800px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}@media (max-width:768px){.stamp-team-hero{height:50vh;min-height:400px}.stamp-team-hero__content{padding:4rem 1.5rem}.stamp-team-hero__badge{gap:.75rem;margin-bottom:1.25rem}.stamp-team-hero__badge-line{width:25px}.stamp-team-hero__badge-text{letter-spacing:.15rem;font-size:.65rem}}
.stamp-team-grid{background:var(--stamp-white);padding:6rem 0 8rem;position:relative}.stamp-team-grid__container{max-width:1400px;margin:0 auto;padding:0 2rem}.stamp-team-grid__intro{text-align:center;max-width:800px;margin:0 auto 5rem}.stamp-team-grid__accent-line{background:var(--stamp-gold);border-radius:2px;width:60px;height:3px;margin:0 auto 2rem}.stamp-team-grid__heading{font-family:var(--stamp-font-heading);color:var(--stamp-black);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.stamp-team-grid__description{color:var(--stamp-text-gray);font-size:1.1rem;line-height:1.8}.stamp-team-grid__empty{text-align:center;background:var(--stamp-light-gray);border-radius:8px;padding:4rem 2rem}.stamp-team-grid__empty p{color:var(--stamp-text-gray);font-size:1.1rem}.stamp-team-grid__cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.stamp-team-card{background:var(--stamp-white);box-shadow:var(--stamp-shadow-sm);transition:var(--stamp-transition);cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.stamp-team-card:hover{box-shadow:var(--stamp-shadow-xl);transform:translateY(-8px)}.stamp-team-card__link-overlay{z-index:1;position:absolute;inset:0}.stamp-team-card__accent{background:var(--stamp-gold);width:0;height:4px;transition:var(--stamp-transition);position:absolute;bottom:0;left:0}.stamp-team-card:hover .stamp-team-card__accent{width:100%}.stamp-team-card__image-wrapper{aspect-ratio:1;background:var(--stamp-light-gray);position:relative;overflow:hidden}.stamp-team-card__image{object-fit:cover;width:100%;height:100%;transition:var(--stamp-transition)}.stamp-team-card:hover .stamp-team-card__image{transform:scale(1.05)}.stamp-team-card__overlay{opacity:0;transition:var(--stamp-transition);background:linear-gradient(#0000 0%,#1a1c2066 50%,#1a1c20e6 100%);justify-content:center;align-items:flex-end;padding-bottom:2rem;display:flex;position:absolute;inset:0}.stamp-team-card:hover .stamp-team-card__overlay{opacity:1}.stamp-team-card__overlay-content{gap:1rem;display:flex}.stamp-team-card__overlay-link{z-index:2;background:var(--stamp-gold);width:50px;height:50px;color:var(--stamp-black);transition:var(--stamp-transition);opacity:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;transform:translateY(20px)}.stamp-team-card:hover .stamp-team-card__overlay-link{opacity:1;transform:translateY(0)}.stamp-team-card:hover .stamp-team-card__overlay-link:nth-child(2){transition-delay:50ms}.stamp-team-card__overlay-link:hover{background:var(--stamp-white);transform:scale(1.1)!important}.stamp-team-card__content{padding:1.75rem 1.5rem 2rem}.stamp-team-card__name{font-family:var(--stamp-font-heading);color:var(--stamp-black);margin-bottom:.5rem;font-size:1.4rem;line-height:1.3}.stamp-team-card__title{color:var(--stamp-gold);text-transform:uppercase;letter-spacing:.05rem;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.stamp-team-card__location{color:var(--stamp-text-gray);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.stamp-team-card__location svg{color:var(--stamp-gold);flex-shrink:0}.stamp-team-card__bio{color:var(--stamp-text-gray);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.stamp-team-card__contact{border-top:1px solid var(--stamp-medium-gray);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.stamp-team-card__contact-link{z-index:2;color:var(--stamp-dark-gray);transition:var(--stamp-transition);align-items:center;gap:.5rem;font-size:.9rem;display:flex;position:relative}.stamp-team-card__contact-link:hover{color:var(--stamp-gold)}.stamp-team-card__contact-link--email{word-break:break-all}.stamp-team-card__view-profile{z-index:2;color:var(--stamp-white);background:var(--stamp-black);transition:var(--stamp-transition);border-radius:4px;align-items:center;gap:.5rem;margin-top:1rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.stamp-team-card__view-profile:hover{background:var(--stamp-gold);color:var(--stamp-black)}.stamp-team-card__view-profile svg{transition:transform .3s}.stamp-team-card__view-profile:hover svg{transform:translate(4px)}@media (max-width:768px){.stamp-team-grid{padding:4rem 0 5rem}.stamp-team-grid__container{padding:0 1.5rem}.stamp-team-grid__intro{margin-bottom:3rem}.stamp-team-grid__cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.stamp-team-card__content{padding:1.5rem 1.25rem}.stamp-team-card__name{font-size:1.25rem}}@media (max-width:480px){.stamp-team-grid__cards{grid-template-columns:1fr}}
