.tp{--tp-red:#c62828;--tp-red-hover:#b71c1c;--tp-black:#0a0a0a;--tp-white:#fff;--tp-gray:#9e9e9e;--tp-gray-light:#f7f7f7;--tp-font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--tp-font-serif:var(--tp-font-sans);color:var(--tp-black);background:var(--tp-white)}.tp-header{position:sticky;top:0;z-index:100;background:var(--tp-black);border-bottom:1px solid hsla(0,0%,100%,.06)}.tp-header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.tp-header__brand{font-family:var(--tp-font-sans);font-size:1.2rem;font-weight:700;letter-spacing:.18em;color:var(--tp-white)}.tp-header__nav{display:flex;gap:2.25rem}.tp-header__link{font-family:var(--tp-font-sans);font-size:.85rem;font-weight:400;color:var(--tp-white);opacity:.8;transition:opacity .2s}.tp-header__link:hover{opacity:1}.tp-story{color:var(--tp-white);background-color:#111;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.tp-story__hero{min-height:55vh;display:flex;align-items:center;justify-content:center;position:relative;background:transparent}.tp-story__hero-content{text-align:center;padding:6rem 2rem 4rem}.tp-story__title{font-family:var(--tp-font-serif);font-size:clamp(2.5rem,5vw,3.75rem);font-weight:400;letter-spacing:.02em;margin-bottom:1.25rem}.tp-story__tagline{font-family:var(--tp-font-sans);font-size:clamp(.95rem,1.8vw,1.15rem);font-weight:300;line-height:1.8;opacity:.75}.tp-story__brand{padding:5.5rem 2rem;background:transparent}.tp-story__brand-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.tp-story__heading{font-family:var(--tp-font-serif);font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:400;line-height:1.3;margin-bottom:1.5rem}.tp-story__body{font-family:var(--tp-font-sans);font-size:.9rem;font-weight:300;line-height:1.85;opacity:.75;margin-bottom:2rem}.tp-story__stats{display:flex;margin-bottom:2.5rem}.tp-story__stat{display:flex;flex-direction:column;padding:0 1.5rem;border-right:1px solid hsla(0,0%,100%,.15)}.tp-story__stat:first-child{padding-left:0}.tp-story__stat:last-child{border-right:none}.tp-story__stat-value{font-family:var(--tp-font-serif);font-size:2.25rem;font-weight:600;line-height:1;margin-bottom:.3rem}.tp-story__stat-label{font-family:var(--tp-font-sans);font-size:.7rem;font-weight:400;opacity:.5;text-transform:uppercase;letter-spacing:.06em}.tp-story__brand-image{border-radius:8px;overflow:hidden}.tp-story__brand-image img{width:100%;height:380px;-o-object-fit:cover;object-fit:cover}.tp-story__mission{padding:5.5rem 2rem;background:rgba(0,0,0,.92)}.tp-story__mission-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.tp-story__features{display:flex;flex-direction:column;gap:1rem;padding-top:.75rem}.tp-story__feature{display:flex;align-items:center;gap:.9rem;padding:1rem 1.25rem;border-radius:.9rem;background:hsla(0,0%,6%,.85);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 8px 20px rgba(0,0,0,.35)}.tp-story__feature-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;margin-top:1px}.tp-story__feature-icon svg{color:var(--tp-white);opacity:.8}.tp-story__feature-text{font-family:var(--tp-font-sans);font-size:.9rem;font-weight:400;line-height:1.65;opacity:.8}.tp-btn{display:inline-block;font-family:var(--tp-font-sans);font-size:.85rem;font-weight:500;padding:.8rem 1.8rem;border-radius:6px;border:none;cursor:pointer;transition:all .25s ease}.tp-btn--primary{background:var(--tp-red);color:var(--tp-white)}.tp-btn--primary:hover{background:var(--tp-red-hover);transform:translateY(-1px);box-shadow:0 6px 24px rgba(198,40,40,.35)}.tp-cards{background:var(--tp-gray-light);padding:6rem 2rem 7rem}.tp-cards__inner{max-width:1100px;margin:0 auto;text-align:center}.tp-cards__heading{font-family:var(--tp-font-serif);font-size:clamp(1.6rem,3.2vw,2.5rem);font-weight:400;color:var(--tp-black);line-height:1.3;margin-bottom:1rem}.tp-cards__subtitle{font-family:var(--tp-font-sans);font-size:.9rem;font-weight:300;color:var(--tp-gray);max-width:560px;margin:0 auto 3.5rem;line-height:1.75}.tp-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tp-card{background:var(--tp-white);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .45s cubic-bezier(.23,1,.32,1);cursor:pointer;position:relative}.tp-card:hover{transform:translateY(-10px);box-shadow:0 24px 48px rgba(0,0,0,.1),0 8px 16px rgba(0,0,0,.06)}.tp-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden}.tp-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.tp-card:hover .tp-card__img{transform:scale(1.06)}.tp-card__body{padding:1.25rem 1.25rem 1.5rem;text-align:left;position:relative}.tp-card__name{font-size:.95rem;font-weight:600;color:var(--tp-black);margin-bottom:.35rem}.tp-card__desc,.tp-card__name{font-family:var(--tp-font-sans)}.tp-card__desc{font-size:.78rem;font-weight:300;color:var(--tp-gray);line-height:1.55}.tp-card__arrow{position:absolute;top:1.25rem;right:1.25rem;font-size:1.1rem;color:var(--tp-black);opacity:0;transform:translateX(-6px);transition:all .35s ease}.tp-card:hover .tp-card__arrow{opacity:.5;transform:translateX(0)}.tp-cta{background-color:#0a0a0a;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:2rem;border-top:1px solid hsla(0,0%,100%,.06)}.tp-cta__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.tp-cta__text{flex:1;min-width:200px}.tp-cta__headline{font-family:var(--tp-font-sans);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;color:var(--tp-white);margin:0 0 .35rem;letter-spacing:-.02em;line-height:1.35}.tp-cta__subline{font-size:.85rem;font-weight:400;color:hsla(0,0%,100%,.65);margin:0;line-height:1.5}.tp-cta__btn,.tp-cta__subline{font-family:var(--tp-font-sans)}.tp-cta__btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--tp-white);background:var(--tp-red);padding:.75rem 1.35rem;border-radius:9999px;transition:all .25s ease;flex-shrink:0}.tp-cta__btn:hover{background:var(--tp-red-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(198,40,40,.4)}.tp-cta__arrow{font-size:1.1em;transition:transform .2s ease}.tp-cta__btn:hover .tp-cta__arrow{transform:translateX(4px)}.tp-footer{background:var(--tp-black);padding:2.5rem 2rem}.tp-footer__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.tp-footer__brand{font-family:var(--tp-font-sans);font-size:1rem;font-weight:700;letter-spacing:.18em;color:var(--tp-white)}.tp-footer__nav{display:flex;gap:2rem}.tp-footer__link{font-family:var(--tp-font-sans);font-size:.8rem;font-weight:400;color:var(--tp-white);opacity:.55;transition:opacity .2s}.tp-footer__link:hover{opacity:1}.anim-fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.anim-fade-in.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.anim-fade-in{opacity:1;transform:none;transition:none}}@media (max-width:1024px){.tp-story__brand-inner,.tp-story__mission-inner{grid-template-columns:1fr;gap:2.5rem}.tp-story__brand-image{display:none}.tp-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tp-header__inner{padding:0 1.25rem}.tp-header__nav{gap:1.25rem}.tp-header__link{font-size:.78rem}.tp-story__hero{min-height:45vh}.tp-story__hero-content{padding:4rem 1.5rem 3rem}.tp-story__brand,.tp-story__mission{padding:3.5rem 1.25rem}.tp-story__stats{flex-wrap:wrap;gap:1rem}.tp-story__stat{padding:0;border-right:none;flex:1 0 auto;min-width:90px}.tp-cards{padding:4rem 1.25rem 5rem}.tp-cards__grid{grid-template-columns:1fr 1fr;gap:1rem}.tp-footer__inner{flex-direction:column;gap:1.5rem;text-align:center}.tp-footer__nav{gap:1.5rem}.tp-cta__inner{flex-direction:column;align-items:flex-start;text-align:left}.tp-cta__btn{width:100%;justify-content:center}}@media (max-width:400px){.tp-cards__grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}}