.project-info-tooltip__wrap{position:relative;z-index:50;margin-bottom:1rem;display:inline-flex;flex-direction:column;align-items:flex-start}.project-info-tooltip__btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.38);padding:.625rem 1rem;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;outline:none;color:rgba(255,255,255,.94);transition:border-color .2s ease,background-color .2s ease}.project-info-tooltip__wrap:focus-within .project-info-tooltip__btn,.project-info-tooltip__wrap:hover .project-info-tooltip__btn{border-color:rgba(255,255,255,.58);background-color:rgba(255,255,255,.1)}.project-info-tooltip__btn:focus-visible{box-shadow:0 0 0 2px rgba(255,255,255,.44)}.project-info-tooltip__hint{font-size:10px;font-weight:400;text-transform:none;letter-spacing:normal;opacity:.55}.project-info-tooltip__panel{pointer-events:none;position:absolute;bottom:100%;left:0;z-index:60;margin-bottom:.5rem;min-width:calc(100% + 2.5rem);max-width:min(calc(100vw - 2rem),40rem);transform-origin:bottom;transform:translateY(.25rem);border-radius:.75rem;border:1px solid rgba(255,255,255,.24);background:rgba(28,10,16,.97);padding:.75rem 1rem;text-align:left;font-size:12px;line-height:1.6;color:rgba(255,255,255,.92);opacity:0;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);transition:opacity .2s ease,transform .2s ease}.project-info-tooltip__wrap--open .project-info-tooltip__panel{opacity:1;transform:translateY(0);pointer-events:auto}.project-card__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;pointer-events:none}.project-card__motion{position:absolute;inset:0;will-change:transform;pointer-events:none}.project-card__surface{height:100%;width:100%;position:relative;overflow:hidden;border-radius:80px 80px 0 0;pointer-events:auto}.project-card__gradient{pointer-events:none;position:absolute;inset:0}.project-card__content{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:2.5rem}@media (min-width:768px){.project-card__content{padding:4rem}}.project-card__grid{max-width:1200px;margin-inline:auto;display:grid;gap:1.5rem;align-items:end}@media (min-width:768px){.project-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-card__title{font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-weight:700;font-style:italic;line-height:1;font-size:clamp(1.75rem,4.2vw,3.25rem);color:#ffffff}.project-card__desc{font-size:15px;line-height:1.6;max-width:24rem;margin-bottom:1.5rem;color:rgba(255,255,255,.74)}@media (min-width:768px){.project-card__desc{margin-left:auto}.project-card__right{text-align:right}}.project-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:13px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.42);padding-bottom:.125rem;color:#ffffff}.project-card__dots{pointer-events:none;position:absolute;right:2rem;top:50%;z-index:10;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem}.project-card__dot{border-radius:9999px;transition:all .3s ease}.project-card__dot--active{width:6px;height:6px;background:#ffffff}.project-card__dot--idle{width:4px;height:4px;background:rgba(255,255,255,.34)}.projects-section{position:relative}