.ctile:first-child,.ctile:nth-child(2){grid-column:span 2}.categories{--c-ink-base:#1d1d1f;--c-muted:#6e6e73;--c-accent:#0071e3;--c-radius:22px;--c-pad:clamp(1.25rem, 4.5vw, 5rem);--c-ease:cubic-bezier(0.28, 0.11, 0.32, 1);font-family:Inter,"SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;color:var(--c-ink-base);-webkit-font-smoothing:antialiased;background:#fbfbfd;padding:clamp(4.5rem,10vh,8.5rem) var(--c-pad)}.categories__wrap{max-width:1440px;margin:0 auto}.categories__head{max-width:46rem;margin-bottom:clamp(2.25rem,4.5vh,3.5rem)}.categories__eyebrow{margin:0 0 .75rem;font-size:.82rem;font-weight:600;color:var(--c-accent)}.categories__title{margin:0 0 1rem;font-size:clamp(2.1rem, 4.2vw, 3.4rem);font-weight:700;line-height:1.06;letter-spacing:-.032em}.categories__sub{margin:0;max-width:40ch;font-size:clamp(1rem, 1.35vw, 1.24rem);line-height:1.5;color:var(--c-muted)}.categories__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:clamp(170px,21vh,225px);gap:clamp(.85rem,1.5vw,1.35rem)}.ctile,.ctile__media img{width:100%;height:100%;display:block}.ctile:first-child{grid-row:span 2}.ctile:nth-child(3),.ctile:nth-child(4){grid-column:span 1}.ctile{position:relative;padding:clamp(1.25rem,1.9vw,1.9rem);border:0;border-radius:var(--c-radius);background:var(--c-tint,#f0f0f2);color:var(--c-ink,#1d1d1f);text-align:left;font:inherit;cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .5s var(--c-ease),box-shadow .5s var(--c-ease)}.ctile:hover{transform:translateY(-5px);box-shadow:0 22px 45px -20px rgba(0,0,0,.35)}.ctile:active{transform:translateY(-2px)}.ctile[aria-pressed=true]{box-shadow:0 0 0 2px var(--c-ink,#1d1d1f) inset}.ctile__body{position:relative;z-index:2;display:flex;flex-direction:column;gap:.3rem;max-width:62%}.ctile__name{font-size:clamp(1.25rem, 1.9vw, 1.7rem);font-weight:700;letter-spacing:-.022em;line-height:1.1}.ctile--feature .ctile__name{font-size:clamp(1.7rem, 2.9vw, 2.6rem)}.ctile__blurb{font-size:clamp(.84rem, 1vw, .98rem);line-height:1.45;opacity:.68}.ctile__count{margin-top:.35rem;font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.5}.ctile__media{position:absolute;right:-8%;bottom:-14%;z-index:1;width:56%;aspect-ratio:1;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px -18px rgba(0,0,0,.45);transform:rotate(-6deg);transition:transform .65s var(--c-ease)}.ctile--feature .ctile__media{width:46%;right:6%;bottom:-10%;border-radius:22px}.ctile__media img{object-fit:cover}.ctile:hover .ctile__media{transform:rotate(-2deg) scale(1.06)}.ctile__cue{position:absolute;left:clamp(1.25rem,1.9vw,1.9rem);bottom:clamp(1.25rem,1.9vw,1.9rem);z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:inherit;opacity:0;transform:translateX(-6px);transition:opacity .4s var(--c-ease),transform .4s var(--c-ease)}.ctile__cue svg{width:15px;height:15px}.ctile:focus-visible .ctile__cue,.ctile:hover .ctile__cue{opacity:1;transform:none}.categories :focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}@media (max-width:1000px){.ctile:first-child,.ctile:nth-child(2){grid-column:span 2}.categories__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(165px,20vh,200px)}.ctile:first-child{grid-row:span 1}.ctile:nth-child(3),.ctile:nth-child(4){grid-column:span 1}.ctile--feature .ctile__media{width:34%;right:4%}}@media (max-width:620px){.categories__grid{grid-template-columns:1fr;grid-auto-rows:clamp(155px,22vh,185px)}.ctile:first-child,.ctile:nth-child(2),.ctile:nth-child(3),.ctile:nth-child(4){grid-column:span 1;grid-row:span 1}.ctile__body{max-width:58%}.ctile--feature .ctile__name{font-size:1.5rem}.ctile--feature .ctile__media,.ctile__media{width:42%;right:-6%;bottom:-16%}.ctile__cue{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.categories *,.categories ::after,.categories ::before{transition-duration:0s!important;animation-duration:0s!important}}