.col-section{background:#fafaf9;padding:4rem 0 5rem;font-family:Plus Jakarta Sans,Helvetica Neue,-apple-system,sans-serif}.col-header{margin-bottom:2rem}.col-eyebrow{color:#9b9b97;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .4rem;font-size:.72rem;font-weight:600}.col-heading{color:#111;letter-spacing:-.03em;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.08}.col-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.col-card:first-child{grid-row:span 2}.col-card{background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s;animation:.48s cubic-bezier(.16,1,.3,1) both col-in;display:flex;overflow:hidden}.col-card:hover{border-color:#d4d4d0;transform:translateY(-3px);box-shadow:0 4px 16px #0000000d}@keyframes col-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.col-card{animation-delay:var(--delay,0s)}.col-bubble{background:#f5f5f3;flex:1;min-height:0;overflow:hidden}.col-card:first-child .col-bubble{min-height:360px}.col-bubble:not(.col-card:first-child .col-bubble){min-height:160px}.col-img{object-fit:cover;width:100%;height:100%;transition:transform .32s cubic-bezier(.16,1,.3,1);display:block}.col-card:hover .col-img{transform:scale(1.04)}.col-foot{background:#fff;border-top:1px solid #eaeaea;flex-shrink:0;justify-content:space-between;align-items:center;padding:.8rem 1rem;display:flex}.col-name{color:#111;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;flex:1;min-width:0;font-size:.82rem;font-weight:700;line-height:1.2;overflow:hidden}.col-card:first-child .col-name{font-size:.92rem}.col-arrow{color:#6b6b67;background:#f5f5f3;border:1px solid #eaeaea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:.5rem;transition:background .18s,color .18s,transform .18s;display:flex}.col-card:hover .col-arrow{color:#fff;background:#111;border-color:#111;transform:translate(2px)}.col-skel{background:linear-gradient(90deg,#f5f5f3 25%,#ececea 50%,#f5f5f3 75%) 0 0/200% 100%;border-radius:12px;height:240px;animation:1.4s infinite col-shimmer}@keyframes col-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.col-grid{grid-template-columns:repeat(2,1fr)}.col-card:first-child{grid-area:span 1/span 2}.col-card:first-child .col-bubble{min-height:260px}.col-bubble:not(.col-card:first-child .col-bubble){min-height:180px}}@media (max-width:640px){.col-section{padding:2.5rem 0 3rem}.col-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.col-card:first-child{grid-area:span 1/span 2}.col-card:first-child .col-bubble{min-height:200px}.col-bubble:not(.col-card:first-child .col-bubble){min-height:140px}.col-name{font-size:.72rem}.col-foot{padding:.6rem .75rem}.col-arrow{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.col-card{transition:none;animation:none}.col-img{transition:none}}
