.tampa-about-hero{flex-direction:column;justify-content:flex-end;width:100%;min-height:60vh;display:flex;position:relative;overflow:hidden}.tampa-about-hero__background{z-index:0;position:absolute;inset:0;overflow:hidden}.tampa-about-hero__background-image{object-fit:cover;object-position:center 60%;opacity:0;width:120%;height:120%;transition:transform 2.5s cubic-bezier(.16,1,.3,1),opacity 1.2s cubic-bezier(.16,1,.3,1);position:absolute;inset:-10%;transform:scale(1.15)}.tampa-about-hero__background-image--loaded{opacity:1;transform:scale(1)}.tampa-about-hero__background-overlay{opacity:0;background:linear-gradient(#0a325466 0%,#0a32548c 50%,#061e33cc 100%);transition:opacity 1.5s cubic-bezier(.16,1,.3,1) .3s;position:absolute;inset:0}.tampa-about-hero--loaded .tampa-about-hero__background-overlay{opacity:1}.tampa-about-hero__content{z-index:var(--tampa-z-sticky);width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem 4rem;position:relative}@media (min-width:768px){.tampa-about-hero__content{padding:4rem 3rem 5rem}}@media (min-width:1024px){.tampa-about-hero__content{padding:5rem 4rem 6rem}}.tampa-about-hero__text{max-width:700px}.tampa-about-hero__eyebrow{background:var(--tampa-glass-bg);-webkit-backdrop-filter:blur(var(--tampa-glass-blur));border:1px solid var(--tampa-glass-border);font-family:var(--tampa-font-primary);letter-spacing:.1em;text-transform:uppercase;color:var(--tampa-color-white);opacity:0;border-radius:2rem;align-items:center;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:400;transition:all .8s cubic-bezier(.16,1,.3,1) .3s;display:inline-flex;transform:translateY(20px)}.tampa-about-hero__eyebrow--visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.tampa-about-hero__eyebrow{font-size:.8125rem}}.tampa-about-hero__title{font-family:var(--tampa-font-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:500;line-height:1.1}@media (min-width:768px){.tampa-about-hero__title{font-size:2.75rem}}@media (min-width:1024px){.tampa-about-hero__title{font-size:3.25rem}}.tampa-about-hero__title-line,.tampa-about-hero__title-accent{color:var(--tampa-color-white);opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(100%)}.tampa-about-hero__title-line--visible,.tampa-about-hero__title-accent--visible{opacity:1;transform:translateY(0)}.tampa-about-hero__title-accent{color:var(--tampa-color-gold)}.tampa-about-hero__subtitle{font-family:var(--tampa-font-primary);color:#ffffffd9;opacity:0;max-width:480px;font-size:1rem;font-weight:400;line-height:1.6;transition:all .8s cubic-bezier(.16,1,.3,1) .8s;transform:translateY(20px)}.tampa-about-hero__subtitle--visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.tampa-about-hero__subtitle{font-size:1.0625rem}}
.tampa-about-content{background:linear-gradient(180deg,var(--tampa-color-white)0%,var(--tampa-color-gray-50)50%,var(--tampa-color-gray-100)100%);padding:5rem 2rem;position:relative;overflow:hidden}@media (min-width:768px){.tampa-about-content{padding:6rem 3rem}}@media (min-width:1024px){.tampa-about-content{padding:8rem 4rem}}.tampa-about-content:before{content:"";pointer-events:none;background-image:radial-gradient(at 20% 30%,#0a325405 0%,#0000 50%),radial-gradient(at 80% 70%,#fbc30a04 0%,#0000 40%);position:absolute;inset:0}.tampa-about-content__container{max-width:1200px;margin:0 auto;position:relative}.tampa-about-content__intro{text-align:center;max-width:800px;margin:0 auto 4rem}@media (min-width:1024px){.tampa-about-content__intro{margin-bottom:5rem}}.tampa-about-content__eyebrow{font-family:var(--tampa-font-primary);letter-spacing:.08em;text-transform:uppercase;color:var(--tampa-color-navy);opacity:0;transition:all .6s var(--ease-out-back);background:#0a32540a;border:1px solid #0a32541a;border-radius:2rem;align-items:center;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:400;display:inline-flex;transform:scale(.9)}.tampa-about-content--visible .tampa-about-content__eyebrow{opacity:1;transform:scale(1)}.tampa-about-content__title{font-family:var(--tampa-font-heading);color:var(--tampa-color-navy);opacity:0;transition:all .7s var(--ease-out-expo);margin-bottom:1.5rem;font-size:2rem;font-weight:500;line-height:1.2;transition-delay:.1s;transform:translateY(25px)}.tampa-about-content--visible .tampa-about-content__title{opacity:1;transform:translateY(0)}@media (min-width:768px){.tampa-about-content__title{font-size:2.5rem}}@media (min-width:1024px){.tampa-about-content__title{font-size:2.75rem}}.tampa-about-content__title span{color:var(--tampa-color-gold-dark)}.tampa-about-content__description{font-family:var(--tampa-font-primary);color:var(--tampa-color-navy-light);opacity:0;transition:all .7s var(--ease-out-expo);font-size:1rem;font-weight:400;line-height:1.8;transition-delay:.2s;transform:translateY(20px)}.tampa-about-content--visible .tampa-about-content__description{opacity:1;transform:translateY(0)}@media (min-width:768px){.tampa-about-content__description{font-size:1.0625rem}}.tampa-about-content__description em{font-style:italic}.tampa-about-content__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;display:grid}@media (min-width:640px){.tampa-about-content__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width:1024px){.tampa-about-content__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}}.tampa-about-content__card{-webkit-backdrop-filter:blur(16px)saturate(180%);transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo),border-color .3s ease;opacity:0;background:#ffffffb3;border:1px solid #0a32540f;border-radius:1rem;padding:2rem;position:relative;transform:translateY(30px);box-shadow:0 4px 24px #0a32540f,0 1px 4px #0a32540a}.tampa-about-content--visible .tampa-about-content__card{opacity:1;transition:opacity .7s var(--ease-out-expo),transform .7s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo),border-color .3s ease;transform:translateY(0)}@media (min-width:768px){.tampa-about-content__card:hover{border-color:#0a32541f;transform:translateY(-6px);box-shadow:0 12px 40px #0a32541a,0 4px 12px #0a32540f}}.tampa-about-content__card-icon{background:linear-gradient(135deg,var(--tampa-color-navy)0%,var(--tampa-color-navy-light)100%);width:3.5rem;height:3.5rem;color:var(--tampa-color-white);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.tampa-about-content__card-title{font-family:var(--tampa-font-heading);color:var(--tampa-color-navy);margin-bottom:.75rem;font-size:1.125rem;font-weight:500;line-height:1.3}@media (min-width:768px){.tampa-about-content__card-title{font-size:1.1875rem}}.tampa-about-content__card-description{font-family:var(--tampa-font-primary);color:var(--tampa-color-navy-light);font-size:.875rem;font-weight:400;line-height:1.7}@media (min-width:768px){.tampa-about-content__card-description{font-size:.9375rem}}.tampa-about-content__cta{background:linear-gradient(135deg,var(--tampa-color-navy)0%,var(--tampa-color-navy-dark)100%);opacity:0;transition:all .8s var(--ease-out-expo);border-radius:1.25rem;flex-direction:column;gap:2rem;padding:2.5rem 2rem;transition-delay:.5s;display:flex;transform:translateY(30px)}.tampa-about-content--visible .tampa-about-content__cta{opacity:1;transform:translateY(0)}@media (min-width:768px){.tampa-about-content__cta{flex-direction:row;justify-content:space-between;align-items:center;padding:3rem}}@media (min-width:1024px){.tampa-about-content__cta{padding:3.5rem 4rem}}.tampa-about-content__cta-text{max-width:500px}.tampa-about-content__cta-text h3{font-family:var(--tampa-font-heading);color:var(--tampa-color-white);margin-bottom:.75rem;font-size:1.5rem;font-weight:500}@media (min-width:768px){.tampa-about-content__cta-text h3{font-size:1.75rem}}.tampa-about-content__cta-text p{font-family:var(--tampa-font-primary);color:#fffc;font-size:.9375rem;font-weight:400;line-height:1.7}@media (min-width:768px){.tampa-about-content__cta-text p{font-size:1rem}}.tampa-about-content__cta-stats{-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:.75rem;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}@media (min-width:768px){.tampa-about-content__cta-stats{gap:2rem;padding:1.5rem 2rem}}.tampa-about-content__cta-stat{text-align:center;flex-direction:column;align-items:center;display:flex}.tampa-about-content__cta-stat-number{font-family:var(--tampa-font-heading);color:var(--tampa-color-gold);font-size:1.5rem;font-weight:500;line-height:1}@media (min-width:768px){.tampa-about-content__cta-stat-number{font-size:1.75rem}}.tampa-about-content__cta-stat-label{font-family:var(--tampa-font-primary);color:#ffffffbf;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;margin-top:.25rem;font-size:.6875rem;font-weight:400}@media (min-width:768px){.tampa-about-content__cta-stat-label{font-size:.75rem}}.tampa-about-content__cta-divider{background:#ffffff26;width:1px;height:2.5rem}
