.eg-works{display:grid;grid-gap:clamp(28px,4vw,56px);gap:clamp(28px,4vw,56px)}.eg-work{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-gap:clamp(20px,3vw,44px);gap:clamp(20px,3vw,44px);align-items:center}.eg-work.is-reversed .eg-work-media{order:2}.eg-work-media{position:relative;border:1px solid var(--line-soft);border-radius:var(--radius-lg);overflow:hidden;background:#0a0a0b}.eg-work-pair{display:grid;grid-gap:1px;gap:1px;background:var(--line-soft)}.eg-work-pair img,.eg-work-video,.eg-work-youtube img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.eg-work-youtube{position:relative;display:block}.eg-work-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:68px;height:68px;margin:-34px 0 0 -34px;border-radius:50%;border:1px solid rgba(215,176,131,.5);background:rgba(8,8,9,.58);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--accent-2);transition:transform .38s var(--ease-lift),background .3s ease}.eg-work-play svg{width:26px;height:26px;margin-left:3px;fill:currentColor}.eg-work-youtube:focus-visible .eg-work-play,.eg-work-youtube:hover .eg-work-play{transform:scale(1.08);background:rgba(215,176,131,.18)}.eg-work-copy{display:grid;grid-gap:12px;gap:12px;align-content:center}.eg-work-copy .eg-kicker{margin:0}.eg-work-copy h3{margin:0;font-size:clamp(21px,2vw,28px);font-weight:400;line-height:1.2;color:var(--text);text-wrap:balance}.eg-work-copy p{margin:0;max-width:52ch;font-size:14.5px;line-height:1.65;color:var(--muted)}.eg-photobase{position:relative;display:grid;grid-gap:8px;gap:8px;padding:28px 76px 26px 30px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:rgba(255,255,255,.028);text-decoration:none;transition:transform .38s var(--ease-lift),border-color .3s ease,background .3s ease,box-shadow .38s var(--ease-lift)}.eg-photobase:focus-visible,.eg-photobase:hover{transform:translateY(-4px);border-color:rgba(215,176,131,.45);background:rgba(215,176,131,.07);box-shadow:0 22px 52px rgba(0,0,0,.32)}.eg-photobase-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-2)}.eg-photobase-title{font-size:clamp(18px,1.5vw,22px);line-height:1.3;color:var(--text);text-wrap:balance}.eg-photobase-note{font-size:13.5px;line-height:1.5;color:var(--soft)}.eg-photobase-arrow{position:absolute;top:50%;right:28px;display:grid;place-items:center;width:20px;height:20px;margin-top:-10px;color:var(--accent-2);transition:transform .38s var(--ease-lift)}.eg-photobase-arrow svg{width:18px;height:18px}.eg-photobase:focus-visible .eg-photobase-arrow,.eg-photobase:hover .eg-photobase-arrow{transform:translateX(4px)}@media (max-width:860px){.eg-work{grid-template-columns:minmax(0,1fr);gap:16px}.eg-work.is-reversed .eg-work-media{order:0}.eg-work-play{width:56px;height:56px;margin:-28px 0 0 -28px}.eg-photobase{padding:22px 56px 20px 22px}.eg-photobase-arrow{right:20px}}@media (prefers-reduced-motion:reduce){.eg-work-play{transition:none}.eg-work-youtube:focus-visible .eg-work-play,.eg-work-youtube:hover .eg-work-play{transform:none}}