/* Compact homepage portfolio navigation. Media, records and player styles stay in R80. */
#selected.r78-selected{padding-top:32px;padding-bottom:48px}
#selected.r78-selected .r78-selected-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 14px}
#selected.r78-selected .r78-selected-heading>div{display:flex;align-items:baseline;gap:22px}
#selected.r78-selected .r78-selected-heading .eyebrow{display:none}
#selected.r78-selected .r78-selected-heading h2{margin:0;font-size:32px;line-height:1.3;letter-spacing:-.035em}
#selected.r78-selected .r78-selected-heading p:not(.eyebrow){margin:0;font-size:13px;line-height:1.6;color:var(--r78-muted)}
#selected.r78-selected .r78-library-link{margin:0;min-height:44px;gap:12px;font-size:12px;border:0}
#selected.r78-selected .r78-library-link span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--r78-line);border-radius:50%;transition:border-color .18s,color .18s}
#selected.r78-selected .r78-library-link:hover span{border-color:var(--r78-violet);color:var(--r78-violet)}
#selected.r78-selected .r78-browser{display:grid;grid-template-columns:minmax(210px,1fr) auto;grid-template-areas:"categories categories" "intro filters" "content content";column-gap:24px}
#selected.r78-selected .r78-service-nav{grid-area:categories;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:0;margin:0;border:0;border-bottom:1px solid var(--r78-line);border-radius:0;background:transparent;box-shadow:none}
#selected.r78-selected .r78-service-nav button{position:relative;min-height:48px;padding:10px 8px;border:0;border-radius:0;background:transparent;color:var(--r78-muted);font-size:14px;line-height:1.35;font-weight:500;box-shadow:none;transition:color .18s,background .18s}
#selected.r78-selected .r78-service-nav button::after{content:"";position:absolute;bottom:-1px;left:22%;right:22%;height:2px;background:var(--r78-violet);transform:scaleX(0);transition:transform .18s}
#selected.r78-selected .r78-service-nav button[aria-pressed=true]{color:var(--r78-ink);font-weight:700;background:transparent;box-shadow:none}
#selected.r78-selected .r78-service-nav button[aria-pressed=true]::after{transform:scaleX(1)}
#selected.r78-selected .r78-service-nav button:hover{color:var(--r78-ink);background:#f9f8fc}
#selected.r78-selected .r78-record-filters{grid-area:filters;align-self:start;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:0 16px;margin:6px 0 12px;padding:0;border:0}
#selected.r78-selected .r78-filter-group{display:flex;width:auto;flex-wrap:nowrap;gap:2px}
#selected.r78-selected .r78-filter-group+.r78-filter-group{border-left:1px solid var(--r78-line);padding-left:16px}
#selected.r78-selected .r78-filter-group button,#selected.r78-selected [data-r78-clear]{position:relative;min-height:44px;min-width:44px;padding:8px;font-size:12px;line-height:1.4;border:0;border-radius:0;background:transparent;color:var(--r78-muted)}
#selected.r78-selected .r78-filter-group button[aria-pressed=true]{background:transparent;color:var(--r78-violet);font-weight:650}
#selected.r78-selected .r78-filter-group button[aria-pressed=true]::after{content:"";position:absolute;bottom:5px;left:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background:currentColor}
#selected.r78-selected .r78-filter-group button:hover{color:var(--r78-ink)}
#selected.r78-selected [data-r78-clear]{margin:0;text-decoration:underline;text-underline-offset:4px}
#selected.r78-selected .r78-view-intro{grid-area:intro;align-self:start;margin:6px 0 12px;min-height:44px;display:flex;align-items:center;max-width:none;font-size:12px;line-height:1.6;color:var(--r78-muted)}
#selected.r78-selected .r78-browser>[data-r78-view]{grid-area:content;min-width:0}
@media(max-width:1199px){
 #selected.r78-selected .r78-browser{grid-template-columns:minmax(0,1fr);grid-template-areas:"categories" "filters" "intro" "content";column-gap:0}
 #selected.r78-selected .r78-record-filters{justify-content:flex-start;margin:4px 0 0}
 #selected.r78-selected .r78-view-intro{margin:2px 0 12px;min-height:0}
 #selected.r78-selected [data-r78-clear]{margin-left:auto}
}
@media(max-width:900px){
 #selected.r78-selected .r78-selected-heading>div{display:block}
 #selected.r78-selected .r78-selected-heading p:not(.eyebrow){display:none}
 #selected.r78-selected .r78-service-nav button{font-size:13px}
}
@media(max-width:760px){
 #selected.r78-selected{padding-top:20px;padding-bottom:32px}
 #selected.r78-selected .r78-selected-heading{gap:16px;min-height:44px;margin-bottom:10px}
 #selected.r78-selected .r78-selected-heading h2{font-size:25px;line-height:1.25}
 html[lang=en] #selected.r78-selected .r78-selected-heading h2{font-size:22px}
 #selected.r78-selected .r78-library-link{gap:7px;font-size:11px;flex-shrink:0}
 #selected.r78-selected .r78-library-link span{width:24px;height:24px}
 #selected.r78-selected .r78-service-nav{grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:0}
 #selected.r78-selected .r78-service-nav button{min-height:44px;padding:8px 5px;font-size:12px;line-height:1.3;border-bottom:1px solid var(--r78-line)}
 #selected.r78-selected .r78-service-nav button::after{bottom:-1px;left:20%;right:20%}
 #selected.r78-selected .r78-record-filters{display:flex;gap:0;margin:4px 0 0}
 #selected.r78-selected .r78-filter-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:0}
 #selected.r78-selected .r78-filter-group+.r78-filter-group{border:0;padding:0}
 #selected.r78-selected .r78-filter-group button{padding:7px 3px;font-size:11px}
 #selected.r78-selected [data-r78-clear]{margin:0 0 0 auto;font-size:11px}
 #selected.r78-selected .r78-view-intro{margin:4px 0 12px;font-size:12px;line-height:1.6}
}
@media(prefers-reduced-motion:reduce){
 #selected.r78-selected .r78-service-nav button::after,#selected.r78-selected .r78-library-link span{transition:none}
}
